Resources
Useful Beginner Stack
- LangGraph – Builds agent logic and memory
- OpenRouter – One API key for all models
- Tavily – Web search built for agents
- Firecrawl – Turns websites into readable text
- Chroma – Local database for agent memory
- Vercel – Easy hosting for your app
Reference Docs
- LangGraph Docs – Guide to building agent workflows
- Model Context Protocol (MCP) – Standard for connecting external tools
- OpenRouter Docs – How to swap between models
- Firecrawl Docs – How to scrape website data
- Tavily Docs – How to add web search
Useful Courses
- DeepLearning.AI: LangGraph – Crash course on agent workflows
- DeepLearning.AI: Functions – Intro to tools and functions